Skip to content Skip to sidebar Skip to footer
Showing posts with the label Character Encoding

How To Insert Arabic Text To Oracle Database?

I have html + php application connected to oracle database 11g. I am trying to insert Arabic charac… Read more How To Insert Arabic Text To Oracle Database?

Decoding Numeric Html Entities Via Php

I have this code to decode numeric html entities to the UTF8 equivalent character. I'm trying t… Read more Decoding Numeric Html Entities Via Php

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

How Do I Change The "actual Encoding" Of My Html Document?

I ran my web page through the W3C HTML validator and received this error. The encoding ascii is no… Read more How Do I Change The "actual Encoding" Of My Html Document?

Special Characters Outputed From Mysql Works, But When I Add Charset-utf8 It Doesnt. Why?

I'm creating a webpage where I need to use the special characters 'Æ', 'Ø', and… Read more Special Characters Outputed From Mysql Works, But When I Add Charset-utf8 It Doesnt. Why?

Letter With Accent Not Displayed Correctly In Mobile Browsers

I have a problem with accented letter from Google fonts. Letter 'š' shows correctly in all … Read more Letter With Accent Not Displayed Correctly In Mobile Browsers