Questions tagged [codepages]

Code page is another term for character encoding. It consists of a table of values that describes the character set for a particular language.

Code page is another term for , popular with some vendors (IBM, Microsoft, Oracle, etc). It consists of a table of values that describes the character set for a particular language.

See also http://en.wikipedia.org/wiki/Code_page

458 questions
0
votes
1 answer

Delphi XE2 Indy IRC Unicode

Is it possible to get there unicode support? Right now on IdIRC1PrivateMessage i have '?' Thanks for help. procedure TForm1.IdIRC1PrivateMessage(ASender : TIdContext; const ANicknameFrom, AHost, ANicknameTo, AMessage : unicodestring); begin …
user2512579
  • 55
  • 3
  • 9
0
votes
1 answer

How to change date value to Unicode with Javascript?

How can I convert a month and year value into Unicode using Javascript? For instance, "6, 2013" would become "\u1046, \u1042\u1040\u1041\u1043" (Myanmar text). Patrick pointed me to Codepen where I got this: