unicode yet?

View: New views
3 Messages — Rating Filter:   Alert me  

unicode yet?

by Sean McLaughlin-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

  The last I could find about unicode support in MLton is from 2007.  Has
any progress been made on this?  

Thanks,

Sean

_______________________________________________
MLton-user mailing list
MLton-user@...
http://mlton.org/mailman/listinfo/mlton-user

Re: unicode yet?

by Adam Goode-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 09/02/2009 08:52 AM, Sean McLaughlin wrote:
> Hi,
>
>    The last I could find about unicode support in MLton is from 2007.  Has
> any progress been made on this?
>
> Thanks,
>
> Sean

Hi Sean,

What kind of unicode support are you looking for? Many/most unicode
things work fine as-is. Are you looking to directly manipulate and
analyze unicode strings?


Adam

_______________________________________________
MLton-user mailing list
MLton-user@...
http://mlton.org/mailman/listinfo/mlton-user

Parent Message unknown Fwd: unicode yet?

by Sean McLaughlin-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Adam,

  I'm looking for, in decreasing priority

  1) unicode in strings

     val x = "ρ" 

     does not compile in MLton.  I see there's a WideString type, but 
     I can't get MLton to accept "..." syntax for any Wide* structure.  Can you do that?
     SML/NJ does fine with the above, by the way.
 
  2) unicode identifiers

    val ρ = "ρ" 
  
   I'd really like this, but I can live without it.
   
  3) unicode constructors

  datatype t = Θ of string

  this is just because I'm greedy.

I think I'd survive with just #1.

Thanks,

Sean



On Wed, Sep 2, 2009 at 9:12 AM, Adam Goode <adam@...> wrote:
On 09/02/2009 08:52 AM, Sean McLaughlin wrote:
Hi,

  The last I could find about unicode support in MLton is from 2007.  Has
any progress been made on this?

Thanks,

Sean

Hi Sean,

What kind of unicode support are you looking for? Many/most unicode things work fine as-is. Are you looking to directly manipulate and analyze unicode strings?


Adam



_______________________________________________
MLton-user mailing list
MLton-user@...
http://mlton.org/mailman/listinfo/mlton-user