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

Charactère invalide dans le code OpenConcerto #21

Closed
GoogleCodeExporter opened this issue Apr 30, 2015 · 2 comments
Closed

Charactère invalide dans le code OpenConcerto #21

GoogleCodeExporter opened this issue Apr 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Bonjour

Ce code svn/trunk/OpenConcerto ne compile pas sous Eclipse avec le JDk 1.6.0_30

dans ESCSerialPrinter.java @142 :  if (c == 'é') {

dans Matric.java@162            :  sb.append('�')

dans TicketCellRenderer.java@98 :   s2 = s2.substring(0, maxLength + 1) + 
'�';

Invalid character constant

Des valeurs hexadécimales seraient plus appropriées à mon avis.

Cdlt

Original issue reported on code.google.com by Francis....@gmail.com on 11 Feb 2012 at 9:58

@GoogleCodeExporter
Copy link
Author

Oups erreur de ma part... le codepage du projet Eclipse était en cp1252 que 
j'ai remis à UTF-8. 
Merci d'invalider ou supprimer cette issue.
Cdlt

Original comment by Francis....@gmail.com on 11 Feb 2012 at 4:24

@GoogleCodeExporter
Copy link
Author

Effectivement, il faut configurer votre Eclipse en UTF8 ;)

Original comment by guillaum...@gmail.com on 24 Feb 2012 at 7:29

  • Changed state: Done
  • Added labels: Priority-Low, Type-Review
  • Removed labels: Priority-Medium, Type-Defect

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