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

Re: Problème avec float_of_string en utilisant lablgtk (PR#275) #2678

Closed
vicuna opened this issue Feb 5, 2001 · 1 comment
Closed

Re: Problème avec float_of_string en utilisant lablgtk (PR#275) #2678

vicuna opened this issue Feb 5, 2001 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 5, 2001

Original bug ID: 278
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Ca offre une premiere solution: fixer LC_NUMERIC=C dans l'environnement, ce
qui devrait eviter le probleme pour peu que l'implementation de setlocale
soit correcte. A moins que tu sois tres attache' a la notation francaise.
Cette solution est très bien, et tout de suite ajoutée à mon bashrc.
Bien sûr, elle convient à condition de signaler EN GROS ce comportement,
sinon bonjour les mauvaises surprises.
Ca pose un problème pour les parseurs, si on ne veut pas utiliser
l'astuce ci-dessus. Par exemple si j'ai des flottants dans ma
grammaire, je devrais avoir deux variantes pour mon lexeur, l'une
avec le point, l'autre avec la virgule. Et là ce n'est que pour
le séparateur dans les flottants...

Maxence Guesdon

@vicuna
Copy link
Author

vicuna commented Feb 12, 2001

Comment author: administrator

See #2675

@vicuna vicuna closed this as completed Oct 30, 2001
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant