Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore russian symbols #12

Open
GoogleCodeExporter opened this issue Jun 22, 2015 · 2 comments
Open

Ignore russian symbols #12

GoogleCodeExporter opened this issue Jun 22, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

123.txt
{
"firstName": "Testing",
"stroka": [ "прпрп","прпр","имсимс" ]
}

I use the code:
var
  obj:  ISuperObject;
  item: ISuperObject;
begin

  obj := TSuperObject.ParseFile('123.txt', true, true);

  for item in obj['stroka'] do
    Memo1.Lines.add(item.AsString); 

in Memo1 i have 
Memo1
i?i?i
i?i?
einein

how read and output from file russian words 

Original issue reported on code.google.com by [email protected] on 1 Nov 2010 at 1:02

@GoogleCodeExporter
Copy link
Author

bds 2006
windows xp

Original comment by [email protected] on 1 Nov 2010 at 1:03

@GoogleCodeExporter
Copy link
Author

I was started working on Blizzard's WoW API.
The first released part of API is returning realms list with status info.
Realms list is an array with following records:
    {
      "type":"pve",
      "population":"high",
      "queue":false,
      "status":true,
      "name":"Борейская тундра",
      "slug":"бореиская-тундра"
    },

SuperObject can not correctly return russian (i think - not only russian but 
all UTF8 coded) server names so instead of "Борейская тундра" i 
receive "????N??µ??N????°N? N?N?????N??°"

Original comment by [email protected] on 5 May 2011 at 11:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant