Skip to content Skip to sidebar Skip to footer
Showing posts with the label Special Characters

How To Handle With Foreign Languages?

I'm developing a brazilian website which has to support foreign characters like á, à, ó, í ú, ê… Read more How To Handle With Foreign Languages?

Php Regex Breaking Special Characters

var_dump( preg_replace( array( '#[\s\n\\n]* [\s\n\\n]*#iu', '#\s+#' )… Read more Php Regex Breaking Special Characters

Jlabel With Html Containing "<" And ">" Characters

From time to time I use HTML in JLabels in Java Swing. Lastly I've came across something a litt… Read more Jlabel With Html Containing "<" And ">" Characters

PHP Regex Breaking Special Characters

var_dump( preg_replace( array( '#[\s\n\\n]* [\s\n\\n]*#iu', '#\s+#' )… Read more PHP Regex Breaking Special Characters