You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/11/13 01:35:31 UTC

[Issue 125853] New: Macro is not export with utf-8 encoding

https://issues.apache.org/ooo/show_bug.cgi?id=125853

          Issue ID: 125853
        Issue Type: DEFECT
           Summary: Macro is not export with utf-8 encoding
           Product: App Dev
           Version: 4.1.1
          Hardware: All
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: scripting
          Assignee: issues@openoffice.apache.org
          Reporter: stevanovicvladislav@gmail.com

For all non English users is problem if they want to export macro from basic
IDE window on Windows platform. Some characters like "č" or "ć" will be change
in "?". That is really bad situation for working, because sharing .bas file
start to become nightmare. The reason for that is because there is no utf-8
encoding.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125853] Macro is not export with utf-8 encoding

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #4 from Wlada <st...@gmail.com> ---
(In reply to hanya from comment #3)
> The encoding should be specified by one of defined in [1].
> [1]:
> http://svn.apache.org/viewvc/openoffice/trunk/main/sal/inc/rtl/textenc.
> h?view=markup#l51

Uf, I am not an programmer, so my understanding of this is limited. But, I used
yours link and find there in line 127 next: 
#define RTL_TEXTENCODING_UTF8 (RTL_TEXTENC_CAST( 76 ))
If that means that AOO for Windous have utf8 enconding, the question is way is
problem to have this when user want to export macro from Basic IDE window?

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125853] Macro is not export with utf-8 encoding

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #3 from hanya <ha...@gmail.com> ---
In osl_getThreadTextEncoding function for Windows environment, 
if SOLAR_USER_RTL_TEXTENCODING environmental variable is set, 
its value is used to specify the encoding for default encoding of some file IO
if not set yet.
The encoding should be specified by one of defined in [1].


[1]:
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/inc/rtl/textenc.h?view=markup#l51

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125853] Macro is not export with utf-8 encoding

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #6 from Wlada <st...@gmail.com> ---
(In reply to oooforum from comment #5)
> I don't reproduce 
> When library is exported, the file .xba is correct.
> 
> Did you open a thread on support forum:
> https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=73395

To be sure: 
1. are you done this operation from OpenOffice Basic IDE window where you can
editiing macros?
2. In that window you exported this with icon "save BASIC"?

I am asking you because my files have .bas extension and yours some other.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Re: [Issue 125853] Macro is not export with utf-8 encoding

Posted by joe lott <jl...@yahoo.com.INVALID>.
please do not send me anymore emails

      From: "bugzilla@apache.org" <bu...@apache.org>
 To: issues@openoffice.apache.org 
 Sent: Thursday, November 13, 2014 10:11 AM
 Subject: [Issue 125853] Macro is not export with utf-8 encoding
   
https://issues.apache.org/ooo/show_bug.cgi?id=125853

oooforum <oo...@free.fr> changed:

          What    |Removed                    |Added
----------------------------------------------------------------------------
                CC|                            |oooforum@free.fr

--- Comment #5 from oooforum <oo...@free.fr> ---
I don't reproduce 
When library is exported, the file .xba is correct.

Did you open a thread on support forum:
https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=73395

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


  

[Issue 125853] Macro is not export with utf-8 encoding

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125853

oooforum <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oooforum@free.fr

--- Comment #5 from oooforum <oo...@free.fr> ---
I don't reproduce 
When library is exported, the file .xba is correct.

Did you open a thread on support forum:
https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=73395

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125853] Macro is not export with utf-8 encoding

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #2 from Wlada <st...@gmail.com> ---
@Hanya
>How about to set environmental variable: SOLAR_USER_RTL_TEXTENCODING=76

Please, can you bring us more detail instructions about that?

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125853] Macro is not export with utf-8 encoding

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125853

hanya <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanya.runo@gmail.com

--- Comment #1 from hanya <ha...@gmail.com> ---
How about to set environmental variable: 
SOLAR_USER_RTL_TEXTENCODING=76

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125853] Macro is not export with utf-8 encoding

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #7 from Wlada <st...@gmail.com> ---

> Did you open a thread on support forum:
> https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=73395

Yes, I did. Do you working on Linux or Win?

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125853] Macro is not export with utf-8 encoding

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125853

Wlada <st...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stevanovicvladislav@gmail.c
                   |                            |om

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.