Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.msdos.programmer > #3214

Re: scan for a-z

From Herbert Kleebauer <klee@unibwm.de>
Newsgroups comp.os.msdos.programmer
Subject Re: scan for a-z
Date 2019-04-02 12:39 +0200
Organization Aioe.org NNTP Server
Message-ID <q7ve4k$1ms0$1@gioia.aioe.org> (permalink)
References <ja45aepid2pe3kgka19s1011br325ph479@4ax.com>

Show all headers | View raw


On 02.04.2019 00:43, T. Ment wrote:

> I have a buffer, 8+3 bytes (DOS file name and extension). I want to know
> if any character is lowercase, because then I must convert the buffer to
> uppercase.

In order to convert lowercase to uppercase you don't need
to know if it is lowercase. Just use a 256 byte translation
table to replace any input byte by the proper output byte.


Back to comp.os.msdos.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

scan for a-z T. Ment <t.ment@protocol.invalid> - 2019-04-01 22:43 +0000
  Re: scan for a-z "Alexei A. Frounze" <alexfrunews@gmail.com> - 2019-04-01 21:04 -0700
    Re: scan for a-z T. Ment <t.ment@protocol.invalid> - 2019-04-02 16:31 +0000
    Re: scan for a-z Steve Nickolas <usotsuki@buric.co> - 2019-04-02 12:40 -0400
      Re: scan for a-z T. Ment <t.ment@protocol.invalid> - 2019-04-02 16:48 +0000
        Re: scan for a-z Rod Pemberton <invalid@lkntrgzxc.com> - 2019-04-02 18:03 -0400
        Re: scan for a-z Peter 'Shaggy' Haywood <phaywood@alphalink.com.au> - 2019-04-17 23:56 +1000
  Re: scan for a-z "R.Wieser" <address@not.available> - 2019-04-02 09:00 +0200
    Re: scan for a-z "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-04-02 09:06 +0000
      Re: scan for a-z "R.Wieser" <address@not.available> - 2019-04-02 14:37 +0200
  Re: scan for a-z Herbert Kleebauer <klee@unibwm.de> - 2019-04-02 12:39 +0200
    Re: scan for a-z "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-04-02 14:27 +0000
      Re: scan for a-z Herbert Kleebauer <klee@unibwm.de> - 2019-04-02 20:17 +0200
        Re: scan for a-z "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-04-02 19:16 +0000
        Re: scan for a-z wolfgang kern <nowhere@never.at> - 2019-04-03 16:13 +0200
          Re: scan for a-z T. Ment <t.ment@protocol.invalid> - 2019-04-03 19:36 +0000
          Re: scan for a-z "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-04-04 14:43 +0000
            Re: scan for a-z wolfgang kern <nowhere@never.at> - 2019-04-05 00:41 +0200
  Re: scan for a-z JJ <jj4public@vfemail.net> - 2019-04-02 19:53 +0700
  Re: scan for a-z Mateusz Viste <mateusz@cant.remember> - 2019-04-02 13:00 +0000
    Re: scan for a-z T. Ment <t.ment@protocol.invalid> - 2019-04-02 16:44 +0000
  Re: scan for a-z Rod Pemberton <invalid@lkntrgzxc.com> - 2019-04-02 18:04 -0400
    Re: scan for a-z "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-04-03 09:31 +0000
      Re: scan for a-z "Alexei A. Frounze" <alexfrunews@gmail.com> - 2019-04-03 02:48 -0700
        Re: scan for a-z "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-04-03 12:25 +0000
          Re: scan for a-z Rod Pemberton <invalid@lkntrgzxc.com> - 2019-04-03 18:05 -0400
      Re: scan for a-z Bogus@Embarq.com (Steve) - 2019-04-03 11:58 +0000
  Re: scan for a-z wolfgang kern <nowhere@never.at> - 2019-04-03 15:58 +0200
    Re: scan for a-z wolfgang kern <nowhere@never.at> - 2019-04-03 16:05 +0200
    Re: scan for a-z "R.Wieser" <address@not.available> - 2019-04-03 17:40 +0200
    Re: scan for a-z "R.Wieser" <address@not.available> - 2019-04-03 17:47 +0200

csiph-web