0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / fclasses / bug22125
1 puts "=========="
2 puts "OCC22125"
3 puts "=========="
4 puts ""
5 ################################################################
6 # TCollection_ExtendedString: conversion from UTF-8 to unicode
7 ################################################################
8
9 pload XDE
10
11 # words "it works" translated to Traditional Chinese by Google Translate
12 set filename "${test_image}_[encoding convertfrom utf-8 \xE6\x9C\x89\xE7\x94\xA8].igs"
13
14 puts "Test saving file with non-ascii file name: $filename"
15 file delete -force ${imagedir}/$filename
16
17 box b 10 10 10
18 brepiges b ${imagedir}/$filename
19 igesbrep ${imagedir}/$filename result *
20
21 if { ! [file exists ${imagedir}/$filename] } {
22   puts "Error: file is not found with expected name \"${imagedir}/$filename\""
23 }