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

Unicode and Delphi2010 #1

Open
GoogleCodeExporter opened this issue Mar 18, 2015 · 3 comments
Open

Unicode and Delphi2010 #1

GoogleCodeExporter opened this issue Mar 18, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

function DecimalSeparator: char;
begin
  {$IFDEF Unicode}
  Result := FormatSettings.DecimalSeparator;
  {$ELSE}
  Result := SysUtils.DecimalSeparator;
  {$ENDIF Unicode}
end; { DecimalSeparator }


This exists in Delphi XE up, not in Delphi 2010 with Unicode

FormatSettings.DecimalSeparator;

Original issue reported on code.google.com by [email protected] on 13 Sep 2012 at 9:18

@GoogleCodeExporter
Copy link
Author

Think I might have a fix, how can I add this for you?

Original comment by [email protected] on 25 Feb 2013 at 1:34

@GoogleCodeExporter
Copy link
Author

add it simply to the source, i refresh my svn-snapshot after that

Original comment by [email protected] on 25 Feb 2013 at 9:31

@GoogleCodeExporter
Copy link
Author

have you write access to omnixml? i fix it self in my code with comments ;-)

Original comment by [email protected] on 25 Feb 2013 at 9:33

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