]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2006/003214.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2006 / 003214.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Nick/channel names in non-ASCII character
5 sets
6 </TITLE>
7 <LINK REL="Index" HREF="index.html" >
8 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20Nick/channel%20names%20in%20non-ASCII%20character%0A%09sets&In-Reply-To=43d3777b.21143%40msgid.achurch.org">
9 <META NAME="robots" CONTENT="index,nofollow">
10 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
11 <LINK REL="Previous" HREF="003213.html">
12 <LINK REL="Next" HREF="003220.html">
13 </HEAD>
14 <BODY BGCOLOR="#ffffff">
15 <H1>[IRCServices Coding] Nick/channel names in non-ASCII character
16 sets</H1>
17 <B>Vitaliy Ovsyannikov</B>
18 <A HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20Nick/channel%20names%20in%20non-ASCII%20character%0A%09sets&In-Reply-To=43d3777b.21143%40msgid.achurch.org"
19 TITLE="[IRCServices Coding] Nick/channel names in non-ASCII character
20 sets">V.Ovsyannikov at kr.ru
21 </A><BR>
22 <I>Sun Jan 22 20:29:50 PST 2006</I>
23 <P><UL>
24 <LI>Previous message: <A HREF="003213.html">[IRCServices Coding] Nick/channel names in non-ASCII character sets
25 </A></li>
26 <LI>Next message: <A HREF="003220.html">[IRCServices Coding] Services 5.1a5 released
27 </A></li>
28 <LI> <B>Messages sorted by:</B>
29 <a href="date.html#3214">[ date ]</a>
30 <a href="thread.html#3214">[ thread ]</a>
31 <a href="subject.html#3214">[ subject ]</a>
32 <a href="author.html#3214">[ author ]</a>
33 </LI>
34 </UL>
35 <HR>
36 <!--beginarticle-->
37 <PRE>Hello, IRC.
38
39 &gt;<i> There have been a couple of requests for Services to handle nicknames
40 </I>&gt;<i> and channel names in non-English (non-ASCII) character sets. However, I
41 </I>&gt;<i> went and took a look at a couple of IRC servers (Unreal, Hybrid) that are
42 </I>&gt;<i> supposed to have multiple charset support, and both seem to handle case
43 </I>&gt;<i> translation (upper/lower case) the same way as other IRC servers do.
44 </I>&gt;<i> (I also saw that hybrid-ru does case translation of non-ASCII characters,
45 </I>&gt;<i> but as it's not a general algorithm it's better dealt with by a separate
46 </I>&gt;<i> protocol module, which I'll look into separately if there's a need for it.)
47 </I>
48 &gt;<i> Is there anyone who uses non-ASCII character sets with Services, and
49 </I>&gt;<i>if so, what problems (if any) have you had that are not ircd-related?
50 </I>
51 I'm using ircd-ru (bahamut clone).
52 Here are the main features I'm configured:
53
54 - DISALLOWED using nicknames that contains latin alphabet characters as
55 well as national alphabet ones withing the server
56
57 - DISALLOWED using nicknames that have words which contains latin alphabet
58 characters as well as national alphabet ones withing the server
59
60 - DISABLED hashing and comparison of non-ASCII nicknames and channel names using base
61 codepage specific lower and upper tables (case insensitive)
62
63 --
64 Sincerely,
65 Vitaliy Ovsyannikov
66 JSC Skala, Krasnoyarsk, Russia
67
68 </PRE>
69
70
71
72
73
74
75
76 <!--endarticle-->
77 <HR>
78 <P><UL>
79 <!--threads-->
80 <LI>Previous message: <A HREF="003213.html">[IRCServices Coding] Nick/channel names in non-ASCII character sets
81 </A></li>
82 <LI>Next message: <A HREF="003220.html">[IRCServices Coding] Services 5.1a5 released
83 </A></li>
84 <LI> <B>Messages sorted by:</B>
85 <a href="date.html#3214">[ date ]</a>
86 <a href="thread.html#3214">[ thread ]</a>
87 <a href="subject.html#3214">[ subject ]</a>
88 <a href="author.html#3214">[ author ]</a>
89 </LI>
90 </UL>
91
92 </body></html>