-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The entity name must immediately follow the '&' in the entity reference #66
Comments
Hi @justodepp! Thanks! |
Hi Adrían,
sure here one for example, "T & C"
this one is inside the project the one coming from POEditor it's just
something like this "T & C"
Saluti
*Gianni Andrea Cavalli*
Il giorno gio 18 mag 2023 alle ore 17:40 Adrián García <
***@***.***> ha scritto:
… Hi @justodepp <https://github.com/justodepp>!
Do you have any sample string that I can use to reproduce the error?
Thanks!
—
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6R4EW552BDYF3GIZTKBUTXGY7HJANCNFSM6AAAAAAYGFBWWE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
Had the same issue just now. Because of the same string :) |
Hey @justodepp @carlosrivin! Sorry for replaying so late.
and got the following results: <string name="test_issue_66_1">"T&C"</string>
<string name="test_issue_66_2">"T & C"</string>
<string name="test_issue_66_3">"T &amp; C"</string> These should be the proper escape sequences so I believe the plugin is working as expected. Does the error happen when using the plugin or when compiling your apps? |
Hello Adrián, thanks for replying!
The error happen when using the plugin.
Ciao
*Gianni*
Il giorno lun 28 ago 2023 alle ore 18:18 Adrián García <
***@***.***> ha scritto:
… Hey @justodepp <https://github.com/justodepp> @carlosrivin
<https://github.com/carlosrivin>! Sorry for replaying so late.
I've been testing version 3.4.1 of the plug-in with these strings:
"test_issue_66_1" -> "T&C"
"test_issue_66_2" -> "T & C"
"test_issue_66_3" -> "T & C"
and got the following results:
<string name="test_issue_66_1">"T&C"</string>
<string name="test_issue_66_2">"T & C"</string>
<string name="test_issue_66_3">"T &amp; C"</string>
These should be the proper escape sequences so I believe the plugin is
working as expected. Does the error happen when using the plugin or when
compiling your apps?
—
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6R4EU6PDW745GNBBQOMFLXXTAELANCNFSM6AAAAAAYGFBWWE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
This started happening in our project when we updated: It happens both with plugin version 3.4.2 and 4.2.0.
Nice that This seems fine - it changes emoji codes/formats, but they still work. This does not seem fine though - it encodes tags, so they don't work anymore. For instance, it breaks tags like But it will be broken when using |
As for the title the error message it's the same
tested also on version 3.3.1 and this version doesn't have this issue.
Thanks
The text was updated successfully, but these errors were encountered: