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

2014-11-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125853

Wlada  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.


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

2014-11-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125853

hanya  changed:

   What|Removed |Added

 CC||hanya.r...@gmail.com

--- Comment #1 from hanya  ---
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

2014-11-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #2 from Wlada  ---
@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

2014-11-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #3 from hanya  ---
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

2014-11-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #4 from Wlada  ---
(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

2014-11-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125853

oooforum  changed:

   What|Removed |Added

 CC||ooofo...@free.fr

--- Comment #5 from oooforum  ---
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

2014-11-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #6 from Wlada  ---
(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.


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

2014-11-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #7 from Wlada  ---

> 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

2015-12-10 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=125853

--- Comment #8 from Wlada  ---
>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.

AOO does not produce this problem. Windous must be properly set up.
The solution is (for Win) to change preferences: Control Panel>Region and
Language>Formats. On that tab choose your local language. Press OK button, and
that will solve the problem. Next time, when you want to export macro from
basic IDE, Windows will use utf8 encoding.

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

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

2015-12-12 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=125853

Wlada  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOT_AN_ISSUE

--- Comment #9 from Wlada  ---
This is not an error.

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


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

2014-11-13 Thread joe lott
please do not send me anymore emails

  From: "bugzi...@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  changed:

          What    |Removed                    |Added

                CC|                            |ooofo...@free.fr

--- Comment #5 from oooforum  ---
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.