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

How do I configure Jetty (via jettyrunner) so that it names a character set in the Content-Type response header?

I use Jetty (via the oh-so-handy Jetty Runner) for day-to-day web application testing. One thing I've recently stumbled on is the fact that I don't get a character set called out in the "Content-Type" response header all the time. I do get it in…
Pointy
  • 167
  • 1
  • 2
  • 10
0
votes
3 answers

character encoding: UTF8 vs iso-8859-1

I'm maintaining two generally parallel sites based on a recent release of a well-known php-based CMS. One site is in English, one in Polish. (Polish localization is a standard option for the CMS.) Both are operating normally. In particular, the…
hen3ry
  • 81
  • 2
  • 7
0
votes
2 answers

How to find malformed - corrupted - dos - BOMByte Files in Linux

I've several problems maintaining large production servers, in which some developers drop files from Windows environments, sometime with BOM-bytes (We use UTF8, and no need for that), causing lots of troubles. Other times, I got a "no end of line"…
Syquus
  • 46
  • 3
0
votes
1 answer

how to check the charset and collation of mysql database?

how to check the charset and collation of mysql database? or what command to the charset and collation of mysql database? Thanks
Weiwei
  • 367
  • 1
  • 5
  • 10
0
votes
3 answers

4 unicode chars appear as first few characters in file which don't seem to show in vim

vi data.sql : -- MariaDB dump 10.19 Distrib 10.4.28-MariaDB, for Win64 (AMD64) But when I do head -n 10 data.sql I get the first line as ��-- MariaDB dump 10.19 Distrib 10.4.28-MariaDB, for Win64 (AMD64) As a result of which I get this while…
anjanesh
  • 337
  • 1
  • 3
  • 11
0
votes
0 answers

Server apache reverse does not encode coma in UTF-8

Server version: Apache/2.4.6 (CentOS) Server built: Nov 5 2018 01:47:09 centos-release-7-6.1810.2.el7.centos.x86_64 We are trying to solve a reverse problem and we need you help Reverse proxy Apache should send a %2C in url but instead send a…
Mina
  • 1
  • 1
-1
votes
1 answer

filenames, ASCII unicode escaped sequences to UTF8

I'm not sure if I've grasped the issue here so if I haven't just say so and I'll edit the title. My problem is the following: I have an Ubuntu 12.04 server (UTF-8 locale) to which users upload files via a web app or through shell. So I have no…
D.Mill
  • 379
  • 5
  • 15
-2
votes
2 answers

How to check Linux encoding history

Is there a way to track the changes OS chracter set (encoding) for example lets say the character set was UTF8 before month and its now Latin?
Ahmad Abuhasna
  • 195
  • 1
  • 9
1 2 3 4
5