1#!/bin/sh 2# 3# Copyright (C) 2017 and later: Unicode, Inc. and others. 4# License & terms of use: http://www.unicode.org/copyright.html 5# 6#***************************************************************************** 7# 8# Copyright (C) 2006-2008, International Business Machines 9# Corporation and others. All Rights Reserved. 10# 11#***************************************************************************** 12for loc in `locale -a`; do echo ; echo LC_ALL=$loc ; LC_ALL=$loc ./displayLocaleConv ; done 13