0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / demo / bug14673_3
CommitLineData
94f16a89 1puts "# ============================================================"
2puts "# 0014673: Provide true support for Unicode symbols"
3puts "# ============================================================"
4puts ""
5puts "# Check that resource file with messages saved in file with UTF-8"
6puts "# encoding is correctly loaded and processed"
7
8puts "# Prepare resource file to be used instead of standard XSTEP.us,"
9puts "# with Russian translation of one message"
10dsetenv CSF_LANGUAGE ru
11dsetenv CSF_XSMessage $imagedir
12set message "Б-сплайн поверхность не является гладкой"
13set fd [open $imagedir/XSTEP.ru w]
14fconfigure $fd -encoding utf-8
15puts $fd ".XSTEP_1\nMessage used to check file load\n.IGES_1250\n$message"
16close $fd
17
18puts "# Load IGES file which is known to generate the message, and check it"
19puts "REQUIRED 14673 ALL: $message"
bd651bbb 20pload XSDRAW IGES
94f16a89 21igesbrep [locate_data_file hammer.iges] a *
22tpstat c