You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In gimp-help we have come across the vertical tab which I would like to detect when parsing with polib.
This is currently not possible because as far as I can see I cannot distinguish between a real vertical tab \v and \v inside a path (e.g. c:\\various):
\v is not unescaped and stays \v
c:\\various is unescaped as c:\various
The text was updated successfully, but these errors were encountered:
As far as I can see, polib currently only "Escapes the characters
\\\\
,\\t
,\\n
,\\r
and"
".msgfmt apparently supports
Table 15-1. Escape Sequences
In gimp-help we have come across the vertical tab which I would like to detect when parsing with polib.
This is currently not possible because as far as I can see I cannot distinguish between a real vertical tab
\v
and\v
inside a path (e.g.c:\\various
):\v
is not unescaped and stays\v
c:\\various
is unescaped asc:\various
The text was updated successfully, but these errors were encountered: