Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

duplicate symbol cp1252_encoding in both Encode and Encode::Byte

0 views
Skip to first unread message

Marc Lehmann

unread,
Aug 3, 2023, 6:30:06 PM8/3/23
to perl-u...@perl.org
Hi!

Both Encode and Encode::Byte export a symbol called "cp1252_encoding",
which can cause linker errors.

It would be great if that could be changed by e.g. prepending some unique
prefix to exported symbols (such as encode_ and encodebyte_ or somesuch),
which is how most other perl modules solve this problem.

Greetings,

--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / sch...@schmorp.de
-=====/_/_//_/\_,_/ /_/\_\

Karl Williamson

unread,
Sep 13, 2023, 1:00:06 PM9/13/23
to Marc Lehmann, perl-u...@perl.org
On 8/2/23 21:42, Marc Lehmann wrote:
> Hi!
>
> Both Encode and Encode::Byte export a symbol called "cp1252_encoding",
> which can cause linker errors.
>
> It would be great if that could be changed by e.g. prepending some unique
> prefix to exported symbols (such as encode_ and encodebyte_ or somesuch),
> which is how most other perl modules solve this problem.
>
> Greetings,
>


To bring this issue to the people who have a ability to change it, open
a ticket at

https://rt.cpan.org/Public/Dist/Display.html?Name=Encode
0 new messages