No Extended ASCII in syntax coloring keywords allowed...
I use the control with two keywords lists. The first one for language elements (VB.Net ou C# for me), and the second for localized user variables with french accents or Kanji characters. The syntax coloring does not work in this case. Only for keywords with regular ASCII charaters. Is there a workaround, or a place to fix the problem ?
This is likely a native Scintilla issue and/or specific to the lexer.
Can you please put together some sample code that replicates this?
Thanks for your fast answer. I have modified the demo to add 'voila' and 'voilà' in the second keyword list. Just copy/paste the text 'voila voilà' in the editor. The first word is highlighted, not the second. ScintillaNET.Demo-master.zip
I think that ScintillaNET or Scintilla doesn't support special accented characters, like many of the text editors? By the way, you can use another name for it, why would you want to use accents everytime? That would be difficult.
This is worse that you can imagine. This for Japanese users who wants to define local variables in VB.Net . VB allows Unicode characters, but not the editor... I have probably to buy a control to do that...