darcs

Patch 777 fix unicode problem with ghc 7.4

Title fix unicode problem with ghc 7.4
Superseder Nosy List ganesh
Related Issues
Status accepted Assigned To
Milestone

Created on 2012-03-31.22:50:40 by ganesh, last changed 2012-05-14.13:25:36 by gh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt ganesh, 2012-03-31.22:50:40 text/x-darcs-patch
patch-preview.txt ganesh, 2012-04-01.08:48:16 text/x-darcs-patch
patch-preview.txt ganesh, 2012-04-01.10:00:29 text/x-darcs-patch
resolve-issue2095_-avoid-new-ghc-encoding-behaviour-using-a-global-setting.dpatch ganesh, 2012-03-31.22:50:40 application/x-darcs-patch
resolve-issue2095_-avoid-new-ghc-encoding-behaviour-using-a-global-setting.dpatch ganesh, 2012-04-01.08:48:16 application/x-darcs-patch
resolve-issue2095_-avoid-new-ghc-encoding-behaviour-using-a-global-setting.dpatch ganesh, 2012-04-01.10:00:29 application/x-darcs-patch
unnamed ganesh, 2012-03-31.22:50:40
unnamed ganesh, 2012-04-01.08:48:16
unnamed ganesh, 2012-04-01.10:00:29
See mailing list archives for discussion on individual patches.
Messages
msg15459 (view) Author: ganesh Date: 2012-03-31.22:50:40
1 patch for repository darcs-unstable@darcs.net:releases/branch-2.8:

Sat Mar 31 23:48:00 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * resolve issue2095: avoid new GHC encoding behaviour using a global setting
Attachments
msg15464 (view) Author: ganesh Date: 2012-04-01.08:48:16
Update to avoid conflicts

1 patch for repository darcs-unstable@darcs.net:releases/branch-2.8:

Sun Apr  1 09:44:46 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * resolve issue2095: avoid new GHC encoding behaviour using a global setting
Attachments
msg15467 (view) Author: ganesh Date: 2012-04-01.10:00:29
including a resolution patch for merging into head

2 patches for repository darcs-unstable@darcs.net:screened:

Sun Apr  1 09:44:46 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * resolve issue2095: avoid new GHC encoding behaviour using a global setting

Sun Apr  1 10:49:56 BST 2012  Ganesh Sittampalam <ganesh@earth.li>
  * resolve conflicts in GHC encodings fix
Attachments
msg15685 (view) Author: gh Date: 2012-05-14.13:25:35
The patch renames the flag base44 into force-char8-encoding, which
corresponds to the flag passed to the C preprocessor (
-DFORCE_CHAR8_ENCODING ) when enabled (flag has effect only on
non-widnwos platforms). It introduces a function (with comments) that
sets the filesystem encoding to char8 at runtime only when this flag is
passed.  Accepting.
History
Date User Action Args
2012-03-31 22:50:41ganeshcreate
2012-04-01 08:48:16ganeshsetfiles: + patch-preview.txt, resolve-issue2095_-avoid-new-ghc-encoding-behaviour-using-a-global-setting.dpatch, unnamed
messages: + msg15464
title: resolve issue2095: avoid new GHC encoding behaviour us... -> fix unicode problem with ghc 7.4
2012-04-01 10:00:29ganeshsetfiles: + patch-preview.txt, resolve-issue2095_-avoid-new-ghc-encoding-behaviour-using-a-global-setting.dpatch, unnamed
messages: + msg15467
2012-05-14 13:25:36ghsetstatus: needs-screening -> accepted
messages: + msg15685