Skip to content

Commit

Permalink
and the default values with non-ASCII characters
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas committed Jul 25, 2019
1 parent b8146ec commit 58e14c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msg/WStrings.msg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wstring wstring_value
wstring wstring_value_default1 "Hello world!"
#wstring wstring_value_default2 "Hellö wörld!"
#wstring wstring_value_default3 "ハローワールド"
wstring wstring_value_default2 "Hellö wörld!"
wstring wstring_value_default3 "ハローワールド"
#wstring WSTRING_CONST="Hello world!"
#wstring<=22 bounded_wstring_value
#wstring<=22 bounded_wstring_value_default1 "Hello world!"
Expand Down

0 comments on commit 58e14c0

Please sign in to comment.