T.R | Title | User | Personal Name | Date | Lines |
---|
2423.1 | | SEND::SLAVIN | | Fri Jan 24 1997 12:53 | 1 |
| ISO LATIN 1 is the only supported character set.
|
2423.2 | | PEACHS::SELBY | I am Pentium of Borg. Prepare to be approximated. | Fri Jan 24 1997 13:13 | 13 |
| >
>ISO LATIN 1 is the only supported character set.
>
Just wanted to check. I willdo a request for functionality. Basically,
the customer would like to place comments in their language instead of
English. This isn't too much trouble in Canada, but I can see the need
in other locales.
Thanks!
Dale
|
2423.3 | | SEND::SLAVIN | | Fri Jan 24 1997 13:51 | 4 |
| I'm not sure but I don't think the tools we use in the compiler
support other character sets. We use yacc, so we would need a yacc
that supports other sets on all our platforms and a business need to
make the change.
|
2423.4 | I believe Latin-1 is enough to enter in French | CFSCTC::HUSTON | Steve Huston | Fri Jan 24 1997 15:48 | 7 |
| If they can type non-Western Latin-1 characters into the file, that should
be good for entering French (though I'm _way_ out of my specialty here...)
If the compiler is choking on characters with the eighth bit set, that's a
legitimate bug. Latin-1 is a full 8 bit set.
-Steve
|
2423.5 | | OSAV03::NOSE | Tooru Nosse, Japan West PSC/OS2 | Sun Jan 26 1997 08:55 | 2 |
| You could preprocess IDL with cpp if you need solution right now.
|
2423.6 | | REQUE::BOWER | Peter Bower, ObjectBroker | Tue Jan 28 1997 06:49 | 4 |
| I tried the appl/broker gen uniq on the idl in .0 and it worked
fine on v2.7-11. What version is the customer using ?
|
2423.7 | 2.6 and 2.7-10 | PEACHS::SELBY | I am Pentium of Borg. Prepare to be approximated. | Tue Jan 28 1997 09:16 | 6 |
| I have tried this on 2.6 and on 2.7-10. I will upgrade my NT system
to 2.7-11 and see if the problem changes.
Thanks.
dale
|
2423.8 | ... | PEACHS::SELBY | I am Pentium of Borg. Prepare to be approximated. | Tue Jan 28 1997 10:10 | 22 |
| Still no go.
Windows NT 3.51 (Build 1057: Service Pack 4)
ObjectBroker 2.7-11
> obgen -f file.idl -u
e pour M%J seulement le Groupe Action Concern8
^
OBB_CMD_SYNTAXERROR (f), Fatal syntax error.
At line number 21 in file.idl.
> obbsho
OBB V2.7-11
Copyright Digital Equipment Corporation 1991, 1996. All rights reserved.
I will also try this out on DUnix. What platform did you try it on?
dale
|
2423.9 | | REQUE::BOWER | Peter Bower, ObjectBroker | Tue Jan 28 1997 21:54 | 7 |
|
> I will also try this out on DUnix. What platform did you try it on?
I tried it on VMS as I was dialed in. When I tried it at work on
my nt box, I got the same error. I suspect a yacc difference.
I will investigate it further in the next few days.
|
2423.10 | | EMNTAL::STADELMANN | Sepp @ZUO 760-2609 | Wed Jan 29 1997 05:58 | 10 |
| If you say ISO Latin is supported then you probabbly mean that 7 and 8
bit characters are supported as part of content of a string to be
furter processed and after all used in code somehow.
But the claim is for French Characters in Comment;
Does the compiler not ignore any charcter clearly marked as belonging
to comment ? If so then this is the real issue in my mind.
Sepp,
|
2423.11 | PTR 16-3-224 | REQUE::BOWER | Peter Bower, ObjectBroker | Fri Jan 31 1997 15:58 | 8 |
| The problem is with the OBB preprocessor. When it encounters the French
character, it incorrectly preprocesses the output. Note that this is
only a problem with the // comment style.
Therefore, the workaround is to use the C style comments /* */
instead of the C++ style comments //
|