Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » character ranges(non latin character range)
character ranges [message #1278465] Thu, 27 March 2014 11:21 Go to next message
Veaceslav Chicu is currently offline Veaceslav ChicuFriend
Messages: 1
Registered: March 2014
Junior Member
Hi,

I have a terminal rule:
terminal ID:
('a'..'z' | 'A'..'Z' | '_') ('a'..'z' | 'A'..'Z' | '_' | '0'..'9')*;

it work fine with Latin range, but what is the correct way to make it work with japanese, chinese or other characters? what are the correct ranges?

anybody had this problem before? what is the solution?

thank you
Re: character ranges [message #1278607 is a reply to message #1278465] Thu, 27 March 2014 15:28 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
hi,

did you try to simply redefine it?


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Strange behavior of XText
Next Topic:Xtext 2.5.0 missing from update site
Goto Forum:
  


Current Time: Thu Apr 25 00:40:23 GMT 2024

Powered by FUDForum. Page generated in 0.03624 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top