Files
fish-shell/src
Fabian Homborg 6237a24573 Fix output with C locale
If given a prompt that includes a non-ascii char and a C locale, fish
currently fails to properly display it.

So you set `function fish_prompt; echo 😃; end` and it shows empty
space.

While the underlying cause is obviously using a C locale and non-C
characters to begin with, this is an unacceptable failure mode.

Apparently I misunderstood wcstombs, so I inadvertently broke this in
2b0b3d3 while trying to fix 5134949's crash.

Just return the offending bit to pre-5134949 levels, so instead of an
infinite recursion we just call a lame function a couple of times.
2020-03-11 20:37:00 +01:00
..
2019-08-16 17:50:41 -07:00
2019-10-13 15:50:48 -07:00
2019-09-14 16:37:57 -07:00
2019-05-05 12:09:25 +02:00
2019-10-13 15:50:48 -07:00
2019-10-13 15:50:48 -07:00
2019-10-13 15:50:48 -07:00
2020-01-28 11:39:26 -08:00
2019-10-13 15:50:48 -07:00
2019-10-13 15:50:48 -07:00
2019-10-13 15:50:48 -07:00
2020-02-22 09:33:58 +01:00
2020-01-16 15:21:28 -08:00
2019-04-26 16:08:19 -07:00
2019-10-13 15:50:48 -07:00
2019-12-26 21:55:53 -08:00
2020-01-15 13:16:43 -08:00
2020-02-08 16:23:25 -08:00
2020-02-29 15:56:52 -08:00
2019-11-29 23:57:19 -08:00
2019-11-25 13:07:15 +01:00
2020-02-05 12:04:51 -08:00
2020-02-12 22:02:32 +01:00
2020-03-06 17:15:21 -08:00
2019-05-05 12:09:25 +02:00
2020-03-02 18:31:24 -08:00
2019-10-13 15:50:48 -07:00
2019-10-16 11:55:40 -07:00
2020-01-19 14:55:08 +01:00
2019-12-26 21:55:53 -08:00
2020-02-05 12:05:39 -08:00
2020-02-05 12:05:39 -08:00
2020-03-06 17:15:21 -08:00
2020-03-06 17:15:21 -08:00
2019-10-23 19:38:44 +02:00
2019-05-05 12:09:25 +02:00
2020-03-11 20:37:00 +01:00
2020-01-03 01:07:49 -06:00
2019-12-29 14:25:42 -08:00
2020-01-15 13:16:43 -08:00
2020-01-30 11:27:21 -08:00
2019-10-13 15:50:48 -07:00
2019-11-25 13:07:15 +01:00
2019-06-29 11:28:26 -07:00
2020-01-03 01:07:49 -06:00
2020-01-03 01:07:49 -06:00
2019-12-29 14:25:42 -08:00
2019-12-29 14:25:42 -08:00
2019-11-25 13:07:15 +01:00
2019-12-22 15:07:41 -08:00
2020-02-14 19:06:19 +01:00
2020-02-14 19:06:19 +01:00
2019-04-04 13:47:10 -07:00
2020-02-22 09:33:16 +01:00
2020-02-29 15:56:52 -08:00
2020-02-17 14:14:05 +01:00
2020-01-28 10:43:37 -08:00