0029081: With Mingw-w64 Unicode Paths Do Not Work
[occt.git] / tests / bugs / fclasses / bug22125
CommitLineData
5e5ce65b 1puts "=========="
2puts "OCC22125"
3puts "=========="
4puts ""
5################################################################
6# TCollection_ExtendedString: conversion from UTF-8 to unicode
7################################################################
8
9pload XDE
10
fc8918ad 11# words "it works" translated to Traditional Chinese by Google Translate
12set s [encoding convertfrom utf-8 "\xE6\x9C\x89\xE7\x94\xA8"]
13
5e5ce65b 14igesbrep [locate_data_file bug22125_Part1_badname.igs] a *
15brepiges a ${imagedir}/Part1_badname_$s.igs
16igesbrep ${imagedir}/Part1_badname_$s.igs result *
17
18file delete -force [glob -nocomplain ${imagedir}/Part1_badname_*.igs]
19
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png