mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
19 lines
621 B
Plaintext
19 lines
621 B
Plaintext
puts "=========="
|
|
puts "OCC22125"
|
|
puts "=========="
|
|
puts ""
|
|
################################################################
|
|
# TCollection_ExtendedString: conversion from UTF-8 to unicode
|
|
################################################################
|
|
|
|
pload XDE
|
|
|
|
set s [encoding convertfrom unicode "\xDE\x30\xF9\x30\xF1\x30"]
|
|
igesbrep [locate_data_file bug22125_Part1_badname.igs] a *
|
|
brepiges a ${imagedir}/Part1_badname_$s.igs
|
|
igesbrep ${imagedir}/Part1_badname_$s.igs result *
|
|
|
|
file delete -force [glob -nocomplain ${imagedir}/Part1_badname_*.igs]
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|