4 messages in com.googlegroups.bloggerdevRe: [bloggerDev] Valid characters in ...
FromSent OnAttachments
logh...@gmail.com23 Jan 2007 00:07 
Pete Hopkins ☠26 Jan 2007 12:23 
logh...@gmail.com26 Jan 2007 12:40 
Pete Hopkins ☠26 Jan 2007 15:22 
Subject:Re: [bloggerDev] Valid characters in Categories ?
From:Pete Hopkins ☠ (phop@google.com)
Date:01/26/2007 12:23:15 PM
List:com.googlegroups.bloggerdev

The docs say: &<>@!, are not allowed

http://help.blogger.com/bin/answer.py?answer=44498&query=labels&topic=&type=f

Looking at the code, we explictly exclude those 6, so basically all the rest of Unicode is allowed.

-- Pete

On 1/23/07, logh@gmail.com <logh@gmail.com> wrote:

Hi All,

I'm trying to figure out what the valid characterset is for categories.

So far I've got @,<,>,&,/,! don't seem to work (using the web based tools to test). Oddly enough single and double quotes do work so I'm not sure i understand the valid list.

Is there a complete list of valid characters available to categories somewhere?