> From: Gavin Smith <gavinsmith0...@gmail.com> > Date: Tue, 26 Nov 2024 18:33:31 +0000 > > On the two systems you mention (Cygwin64 and Macos-13), in spite of > Perl appearing to be new enough, calling gettext does not work. It > is presumed that calling back into Perl would work, though. Have I > understood the issue correctly?
Can you please explain what you mean by "calling back into Perl"? What kind of call is made from the C code of an XS, and what functions in Perl does it call? And also, do you have any guesses for why calling gettext from XS doesn't work? XS is just C code, and gettext is callable from C, so what could be the problem?