/tutorial/get_text/vision/unicode_translator.e
Specman e | 12 lines | 8 code | 4 blank | 0 comment | 0 complexity | 9cd35a79f2f7628818b12a7506283036 MD5 | raw file
1class UNICODE_TRANSLATOR 2 3inherit 4 UNICODE_FROM_STRING_GET_TEXT 5 6creation 7 connect_to 8 9feature {ANY} 10 text_domain: STRING is "vision_example_unicode" 11 12end -- class UNICODE_TRANSLATOR