> =item BINARY (0) > =item ASCII (1) > =item EBCDIC (2) > =item UTF_8 (3) > =item UTF_32 (4) > =item NATIVE_1 (5) through NATIVE_3 (7) A little more complex, but why not use bits 3-7 as actual flags: 7|6|5|4|3|2|1|0 0 0 0 0 1 x x x = UTF && UTF_8 0 0 0 1 1 x x x = UTF && UTF_32 x x 1 0 1 x x x = UTF && UTF_ALT_1 thru UTF_ALT_7 x x 1 0 0 x x x = !UTF && NATIVE_1 thru NATIVE_7 This gives future options if needed. Grant M.
- PDD 4: Internal data types Dan Sugalski
- Questions about PDD 4: Internal data types Hong Zhang
- Re: Questions about PDD 4: Internal data types Dan Sugalski
- Re: Questions about PDD 4: Internal data types Andy Dougherty
- RE: Questions about PDD 4: Internal data types wiz
- RE: Questions about PDD 4: Internal data t... Dan Sugalski
- Re: Questions about PDD 4: Internal d... Nicholas Clark
- Re: Questions about PDD 4: Intern... Dan Sugalski
- RE: Questions about PDD 4: Internal d... NeonEdge
- Re: Questions about PDD 4: Intern... Hong Zhang
- Re: Questions about PDD 4: In... Dan Sugalski
- Re: PDD 4: Internal data types Andy Dougherty
- Re: PDD 4: Internal data types Dan Sugalski
- Re: PDD 4: Internal data types Nicholas Clark
- Re: PDD 4: Internal data types Dan Sugalski