octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59214] [octave forge] (windows) The COM inter


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #59214] [octave forge] (windows) The COM interface should handle UTF-8 encoded strings
Date: Mon, 5 Oct 2020 18:16:26 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36 Edg/85.0.564.51

Follow-up Comment #2, bug #59214 (project octave):

For configure, in the repo, it could be:

+OF_OCTAVE_CHECK_SYM(
+  [for octave::sys::u8_to_wstring],
+  [
+    std::wstring s = octave::sys::u8_to_wstring("test");
+  ],
+  [HAVE_OCTAVE_U8_TO_WSTRING],
+  [
+    #include <octave/lo-sysdep.h>
+  ]
+)



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59214>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]