[jira] [Commented] (OFBIZ-13095) The non ASCII language in UiLabels.xml are not correctly handled during plugin creation

2024-05-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847800#comment-17847800
 ] 

ASF subversion and git services commented on OFBIZ-13095:
-

Commit cb8c65124bca100b109f3cd1f7008a32239f3255 in ofbiz-framework's branch 
refs/heads/release18.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=cb8c65124b ]

Fixed: The non ASCII language in UiLabels.xml are not correctly handled during 
plugin creation  (OFBIZ-13095)

You get this error:

2024-05-19 09:52:41,314 |jsse-nio-8443-exec-3 |UtilProperties |W| XML file for
locale could not be loaded.
org.xml.sax.SAXParseException: Invalid byte 3 of 3-byte UTF-8 sequence.

When removing ZH labels it works. We should keep only English languages or
amend the createPlugin Gradle task. In this commit I remove all non English
labels and put a comment as documentation about that for developers
in framework/resources/templates/UiLabels.xml


> The non ASCII language in UiLabels.xml are not correctly handled during 
> plugin creation
> ---
>
> Key: OFBIZ-13095
> URL: https://issues.apache.org/jira/browse/OFBIZ-13095
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: Gradle
>Affects Versions: 18.12.14
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> You get this error:
> 2024-05-19 09:52:41,314 |jsse-nio-8443-exec-3 |UtilProperties
> |W| XML file for locale  could not be loaded.
> org.xml.sax.SAXParseException: Invalid byte 3 of 3-byte UTF-8 sequence.
> When removing ZH labels it works. We should keep only English languages or 
> amend the createPlugin Gradle task. In this issue I'll remove ZH labels and 
> put a comment as documentation about that for developers in 
> framework/resources/templates/UiLabels.xml



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-13095) The non ASCII language in UiLabels.xml are not correctly handled during plugin creation

2024-05-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847803#comment-17847803
 ] 

ASF subversion and git services commented on OFBIZ-13095:
-

Commit 2d2e197b499939569d38d6979355efd85693e4ce in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=2d2e197b49 ]

Fixed: The non ASCII language in UiLabels.xml are not correctly handled during 
plugin creation  (OFBIZ-13095)

You get this error:

2024-05-19 09:52:41,314 |jsse-nio-8443-exec-3 |UtilProperties |W| XML file for
locale could not be loaded.
org.xml.sax.SAXParseException: Invalid byte 3 of 3-byte UTF-8 sequence.

When removing ZH labels it works. We should keep only English languages or
amend the createPlugin Gradle task. In this commit I remove all non English
labels and put a comment as documentation about that for developers
in framework/resources/templates/UiLabels.xml


> The non ASCII language in UiLabels.xml are not correctly handled during 
> plugin creation
> ---
>
> Key: OFBIZ-13095
> URL: https://issues.apache.org/jira/browse/OFBIZ-13095
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: Gradle
>Affects Versions: 18.12.14
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> You get this error:
> 2024-05-19 09:52:41,314 |jsse-nio-8443-exec-3 |UtilProperties
> |W| XML file for locale  could not be loaded.
> org.xml.sax.SAXParseException: Invalid byte 3 of 3-byte UTF-8 sequence.
> When removing ZH labels it works. We should keep only English languages or 
> amend the createPlugin Gradle task. In this issue I'll remove ZH labels and 
> put a comment as documentation about that for developers in 
> framework/resources/templates/UiLabels.xml



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-13095) The non ASCII language in UiLabels.xml are not correctly handled during plugin creation

2024-05-19 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847664#comment-17847664
 ] 

Jacques Le Roux commented on OFBIZ-13095:
-

Yes thanks, I remembered something about that but was unable to remember where. 
Anyway it's done now. It's committed but not yet pushed for other good reasons.
BTW, in such cases a good explanation in the Jira description can help... Will 
see later...

> The non ASCII language in UiLabels.xml are not correctly handled during 
> plugin creation
> ---
>
> Key: OFBIZ-13095
> URL: https://issues.apache.org/jira/browse/OFBIZ-13095
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: Gradle
>Affects Versions: 18.12.14
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> You get this error:
> 2024-05-19 09:52:41,314 |jsse-nio-8443-exec-3 |UtilProperties
> |W| XML file for locale  could not be loaded.
> org.xml.sax.SAXParseException: Invalid byte 3 of 3-byte UTF-8 sequence.
> When removing ZH labels it works. We should keep only English languages or 
> amend the createPlugin Gradle task. In this issue I'll remove ZH labels and 
> put a comment as documentation about that for developers in 
> framework/resources/templates/UiLabels.xml



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-13095) The non ASCII language in UiLabels.xml are not correctly handled during plugin creation

2024-05-19 Thread Pierre Smits (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847660#comment-17847660
 ] 

Pierre Smits commented on OFBIZ-13095:
--

Hi [~jleroux],

With pull request 778 re OFBIZ-13048, I already removed the ZH labels.

> The non ASCII language in UiLabels.xml are not correctly handled during 
> plugin creation
> ---
>
> Key: OFBIZ-13095
> URL: https://issues.apache.org/jira/browse/OFBIZ-13095
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: Gradle
>Affects Versions: 18.12.14
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> You get this error:
> 2024-05-19 09:52:41,314 |jsse-nio-8443-exec-3 |UtilProperties
> |W| XML file for locale  could not be loaded.
> org.xml.sax.SAXParseException: Invalid byte 3 of 3-byte UTF-8 sequence.
> When removing ZH labels it works. We should keep only English languages or 
> amend the createPlugin Gradle task. In this issue I'll remove ZH labels and 
> put a comment as documentation about that for developers in 
> framework/resources/templates/UiLabels.xml



--
This message was sent by Atlassian Jira
(v8.20.10#820010)