Modification due to behavior changes after integration for issues CR26138 and CR24923
[occt.git] / tests / bugs / vis / bug25369
CommitLineData
7aa1b65c 1puts "========"
2puts "OCC25369"
3puts "========"
4puts ""
5###################################################################################################
6# Visualization, Image_AlienPixMap - handle UTF-8 names in image read/save operations on Windows
7###################################################################################################
8
9box b 1 2 3
10vinit View1
11vclear
12vsetdispmode 0
13vdisplay b
14vfit
15set s [encoding convertfrom unicode "\x3A\x04\x30\x04\x40\x04\x2E\x00\x70\x00\x6E\x00\x67\x00"]
16
17vdrawtext $s 0 0 0 255 255 255 0 0 0 0 50 0 Times 1
18vdump $::imagedir/$s
19vtexture b $::imagedir/$s
20
21set only_screen 1