Re: duplicate symbol cp1252_encoding in both Encode and Encode::Byte

2023-09-13 Thread Karl Williamson
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), whic

duplicate symbol cp1252_encoding in both Encode and Encode::Byte

2023-08-03 Thread Marc Lehmann
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