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

Incorrect encoding when the line contains two £ symbols followed by numbers #9

Open
GoogleCodeExporter opened this issue Jan 25, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Create a file with following line
Wykamol,£588.95,0.18,0.12,testingSpecialised Products for DIY and 
Professionals£12
(Any text containing two  pound signs followed by numbers like
Wykamol,£588.95£12)
2. Save the file as Ansi
3.

What is the expected output? What do you see instead?
Western European(windows) or something.. but it is GB18030

What version of the product are you using? On what operating system?

1.0.3
Please provide any additional information below.
Not sure how the API is supposed to be used. I tried a simple file with few 
ansi characters like "Find Encoding".. API return encoding as null..




Original issue reported on code.google.com by [email protected] on 12 Apr 2011 at 11:26

@GoogleCodeExporter
Copy link
Author

I got false positives from GB18030 too (issue 11).  I wonder if this is just an 
over-zealous GB18030 state machine.  I'd submit a fix but I'm having a hard 
time figuring out what needs to change in the GB18030SMModel.

Original comment by [email protected] on 13 Jul 2011 at 4:38

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