Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > perl.unicode > #238 > unrolled thread

duplicate symbol cp1252_encoding in both Encode and Encode::Byte

Started byschmorp@schmorp.de (Marc Lehmann)
First post2023-08-03 05:42 +0200
Last post2023-09-13 10:41 -0600
Articles 2 — 2 participants

Back to article view | Back to perl.unicode


Contents

  duplicate symbol cp1252_encoding in both Encode and Encode::Byte schmorp@schmorp.de (Marc Lehmann) - 2023-08-03 05:42 +0200
    Re: duplicate symbol cp1252_encoding in both Encode and Encode::Byte public@khwilliamson.com (Karl Williamson) - 2023-09-13 10:41 -0600

#238 — duplicate symbol cp1252_encoding in both Encode and Encode::Byte

Fromschmorp@schmorp.de (Marc Lehmann)
Date2023-08-03 05:42 +0200
Subjectduplicate symbol cp1252_encoding in both Encode and Encode::Byte
Message-ID<ZMsiGcYCHMZSbdIN@schmorp.de>
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
      --==---/ / _ \/ // /\ \/ /      schmorp@schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\

[toc] | [next] | [standalone]


#239

Frompublic@khwilliamson.com (Karl Williamson)
Date2023-09-13 10:41 -0600
Message-ID<101878a8-54e7-870b-96f0-8835840df29d@khwilliamson.com>
In reply to#238
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

[toc] | [prev] | [standalone]


Back to top | Article view | perl.unicode


csiph-web