Skip to main content



      Home
Home » Modeling » TMF (Xtext) » character ranges(non latin character range)
character ranges [message #1278465] Thu, 27 March 2014 07:21 Go to next message
Eclipse UserFriend
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 11:28 Go to previous message
Eclipse UserFriend
hi,

did you try to simply redefine it?
Previous Topic:Strange behavior of XText
Next Topic:Xtext 2.5.0 missing from update site
Goto Forum:
  


Current Time: Wed Aug 20 08:29:01 EDT 2025

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

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

Back to the top