mirror of
git://slackware.nl/current.git
synced 2025-01-16 15:41:42 +01:00
9664bee729
Wed Sep 26 01:10:42 UTC 2012 Slackware 14.0 x86_64 stable is released! We're perfectionists here at Slackware, so this release has been a long time a-brewing. But we think you'll agree that it was worth the wait. Slackware 14.0 combines modern components, ease of use, and flexible configuration... our "KISS" philosophy demands it. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. Thanks to everyone who helped make this happen. The Slackware team, the upstream developers, and (of course) the awesome Slackware user community. Have fun! :-)
16 lines
596 B
Diff
16 lines
596 B
Diff
--- libsrc/Wi/xqf.c 3 Mar 2011 11:56:45 -0000 1.21.2.9
|
|
+++ libsrc/Wi/xqf.c 26 Aug 2011 19:34:56 -0000 1.21.2.12
|
|
@@ -3520,6 +3552,12 @@
|
|
desc = xqf_str_parser_descs + desc_idx;
|
|
if (DV_DB_NULL == arg_dtp)
|
|
return NEW_DB_NULL;
|
|
+ /* if we have wide and we want typed string we do utf8, cast do to default charset so we do not do it */
|
|
+ if (DV_WIDE == arg_dtp && desc->p_dest_dtp == DV_STRING)
|
|
+ {
|
|
+ res = box_wide_as_utf8_char (arg, box_length (arg) / sizeof (wchar_t) - 1, DV_STRING);
|
|
+ goto res_ready;
|
|
+ }
|
|
if (DV_STRING != arg_dtp)
|
|
{
|
|
caddr_t err = NULL;
|
|
|