/tutorial/get_text/vision/unicode_translator.e

http://github.com/tybor/Liberty · Specman e · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 9cd35a79f2f7628818b12a7506283036 MD5 · raw file

  1. class UNICODE_TRANSLATOR
  2. inherit
  3. UNICODE_FROM_STRING_GET_TEXT
  4. creation
  5. connect_to
  6. feature {ANY}
  7. text_domain: STRING is "vision_example_unicode"
  8. end -- class UNICODE_TRANSLATOR