Re: [Zope-dev] Re: [Zope-2.6.0b1] Property Problem

2002-10-16 Thread Yusei Tahara

Hello.

> > > and Folder title attribute is "string" not "ustring".
> > 
> > so change it.
> 
> Hmm the 'title' property of Folder is not deletable.
Yes..

But, ustring is not best solution for me.

Because, utf8 is not common encoding in japan.There are three
japanese encodings, and "euc-jp" is always used for web
application.Native python string is only type for using "euc-jp"
correctly.

So, I need to use string type for japanese in zope2.6 very much.

I read property and zpublisher source code, and then I found resolution
in my own way.


-- OFS/dtml/properties.dtml --

 about 2 line

 

 about 250 line

  
  

  

  

---

This code avoid to encode non latin-1 encoding charctor to latin-1.
And it can use unicode without interruption.

ofcourse, it also needs to implement this logic in other input form
tags like text or lines field and so on.

I hope to solve this problem before zope2.6 release.This is really
important things for i18n.

Sorry to my bad English.

Thank you very much.

-- 
Yusei Tahara"So it goes"
[EMAIL PROTECTED]

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Re: [Zope-2.6.0b1] Property Problem

2002-10-15 Thread Florent Guillaume

Toby Dickenson  <[EMAIL PROTECTED]> wrote:
> On Saturday 12 Oct 2002 2:41 pm, Yusei Tahara wrote:
> 
> > and Folder title attribute is "string" not "ustring".
> 
> so change it.

Hmm the 'title' property of Folder is not deletable.

Florent
-- 
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 79 87  http://nuxeo.com  mailto:[EMAIL PROTECTED]

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] Re: [Zope-2.6.0b1] Property Problem

2002-10-14 Thread Toby Dickenson

On Saturday 12 Oct 2002 2:41 pm, Yusei Tahara wrote:

> and Folder title attribute is "string" not "ustring".

so change it.



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )