Questions tagged [charset]

Character sets are used to represent a repertoire of characters by some kind of encoding system, such as US-ASCII, ISO-8859, or UTF-8.

Character encoding is used to represent a repertoire of characters by some kind of encoding system. Depending on the abstraction level and context, corresponding code points and the resulting code space may be regarded as bit patterns, octets, natural numbers, electrical pulses, etc. A character encoding is used in computation, data storage, and transmission of textual data. "Character set", "character map", "codeset" and "code page" are related, but not identical, terms.

Common character encodings include

  • ASCII
  • EBCDIC
  • ISO 8859
  • Windows-1250
  • Guobiao
  • Big5
  • Unicode

Source: https://en.wikipedia.org/wiki/Character_encoding

Related tags

68 questions
0
votes
1 answer

Apache 2.4 proxy (listening to port 443, over ssl cert.) connection is dropping doctype, whereas proxy over non-ssl works as expected

I am trying to understand why my Apache 2.4 proxy is dropping the declaration, when connecting over an SSL connection (port 443), but not -- when connecting over any other port. I have Apache proxy to an internal IIS server. When…
MeSo2
  • 254
  • 1
  • 3
  • 18
0
votes
1 answer

Default charset on every pare including error pages

I would like to produce a 404 error intentionally for some pages on my server, and I am currently working on the headers. The problem is, for the scripts that exists (and I give a 404 error in the script), the Content-Type header field shows…
lkp111138
  • 236
  • 1
  • 6
0
votes
0 answers

Nginx charset not working

I am using easy engine as my server i.e. nginx and setup with defaults, but when i goto my site for text/html the content-type does not show charset it shows up for everything else, this is bugging me since a while and the seo guys need it Kindly…
0
votes
1 answer

German Umlauts (but only uppercase) are broken

I have a proxmox3 server. I login via SSH. Umlauts (öäüÜÖÄ) works well - nevertheless if upper or lowercase. Then I login in my openvz node (debian wheezy) via: vzctl enter 100 In this node, on CLI umlauts are not work in a textfile only lowercase…
suther
  • 143
  • 1
  • 9
0
votes
1 answer

Serving different charsets per virtual host

On a centos Server 6.5, apache 2.2.15 is it possible to server multiple charsets to different virtual hosts? I know that setting the default Charset is done by adding into the httpd.conf file: AddDefaultCharset UTF-8 However some of the websites we…
Liam Sorsby
  • 129
  • 2
  • 5
0
votes
0 answers

Character map broken during FTP transfer

I have recently migrated a web server running an old PHP shop, which runs a little tricky: let me explain first. If you want to post that on thedailywtf or codinghorror, you're welcome. The shop owner runs an exe on his own machine to update the…
usr-local-ΕΨΗΕΛΩΝ
  • 2,359
  • 7
  • 34
  • 52
0
votes
1 answer

Weblogic: Setting character encoding with WLST

We are using WLST (Weblogic Scripting Language) to setup our Weblogic domains and managed servers. Now we would like to enforce the usage of UTF-8 character encoding globally. What I found here is the method.. setDefaultCharCodeset(String…
fgysin
  • 448
  • 2
  • 5
  • 15
0
votes
1 answer

MYSQL Collations [utf8_general_ci] and [utf8_unicode_ci]. What's the difference?

I'm wondering if there any different between these tow Collations in mysql encoding charset UTF8: utf8_general_ci and utf8_unicode_ci They both looks the same! note: For now I'm writing in them in English only, But I'm afraid if it has a side-effect…
Omar Al-Ithawi
  • 180
  • 1
  • 9
0
votes
1 answer

Character encoding bugged after migration

I'm facing a nightmarish situation trying to fix my website's character encoding. Latin characters like á, é, ô, ã all turn to � This is my website's structure: I have 3 systems running my website, 2 of them has the bug, one not. 1 - mysite.com,…
0
votes
1 answer

HTTP proxy to deal with different encoding

I am working on a web crawler, so I parse HTML pages. My problem is sometime the page encoding is not UTF8 (ISO, exotic Windows[0-9] etc..) and my analyser failled. I tried many solution in PHP/Java/NodeJS to convert the content but there is always…
Thomas Decaux
  • 1,289
  • 12
  • 13
0
votes
1 answer

PHP default_charset NOT changing

I have modified the php.ini file shown in the Loaded Configuration File value of phpinfo() to set the default_charset to UTF-8: default_charset = "UTF-8" However, when I re-run the phpinfo(), I see no change whatsoever. What else do I need to do…
MB34
  • 167
  • 2
  • 10
0
votes
1 answer

Unrecognized characters in a genereted index of a directory

I have some files on a server with non-ASCII names and when I'm browswing the apache-generated index of a directory, the non-ASCII characters are not recognized (shown as ?). I've added instructions in the .htaccess files : IndexOptions…
user161128
0
votes
1 answer

curl scrables accented characters

I'd like to transfered a url with curl, but the accented characters are scrambled. This is what I get: Bulletin cÙtier pour la bande des 20 milles de Port Camargue ‡ Saint
Raphael le mardi 27 septembre 2011 ‡ 11:30 lÈgales.
This is what it…
kaklon
  • 177
  • 1
  • 1
  • 9
0
votes
2 answers

Ubuntu 8.04LTS Folder name encoding issue

I will explain my problem from the beginning, I have an Ubuntu server 8.04LTS and I use a Java application with Tomcat 6.0.18 and JRE 1.6. The problem is that the display of characters such as (é è ç û) is replaced by other strange characters. I…
ME-KJ
  • 1
  • 1
  • 2
0
votes
1 answer

How to read Chinese character from MySQL to PHP page by resin server?

My characters are in Chinese Simplified that stored in MySQL database by all tables and character set to UTF-8. I am reading them to my PHP page that runs under resin server on Windows XP Professional. My Resin server version is 4.0.15; PHP version…
HexaHow
  • 21
  • 1
  • 5