-
Notifications
You must be signed in to change notification settings - Fork 283
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
Edit tracker = Error #929
Comments
me too. |
I think what the function UTF8Decode in line 6750 is making this error. if EditMode then
args.Add('trackerReplace', TJSONArray.Create([id, UTF8Decode(edTracker.Text)])) //UTF8Decode
else
args.Add('trackerAdd', TJSONArray.Create([UTF8Decode(edTracker.Text)])); //UTF8Decode with this: if EditMode then
args.Add('trackerReplace', TJSONArray.Create([id, UTF8Encode(edTracker.Text)])) //UTF8Decode
else
args.Add('trackerAdd', TJSONArray.Create([UTF8Encode(edTracker.Text)])); //UTF8Decode ...tested and works. I have absolute no idea why UTF8Decode/UTF8Encode was inserted all over the code. Cheers |
Russian characters are no longer displayed in the program during the transition from Lazarus 1.2.6 to 1.4. I think we'll fix some comments and suggestions, and then we'll do another version of the program. |
Yes, it is strange. |
I have corrected the code as you suggested. We should be tested. |
I tested with 5.5.1 changing UTF8Decode to UTF8Encode and works. |
very strange... |
hi i have this error when i want edit the tracker ... :
https://i.imgur.com/a2IgHDQ.png
The text was updated successfully, but these errors were encountered: