Skip to content

Commit

Permalink
Recoded ISO-8859-1 to UTF-8 to prevent build failure (bsc#1217523)
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Nov 27, 2023
1 parent 025f5a9 commit 3de8941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion libycp/testsuite/tests/builtin/Builtin-String1.err
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ tolower ("aBcDeF")
----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
toascii ("a�B�c")
toascii ("aÖBÄc")

----------------------------------------------------------------------
Parsed:
----------------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions libycp/testsuite/tests/builtin/Builtin-String1.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
("** tolower and toascii **")

(tolower ("aBcDeF"))
(toascii ("a�B�c"))

(toascii ("aÖBÄc"))

("** find et.al. **")

Expand Down

0 comments on commit 3de8941

Please sign in to comment.