12e5b6d6dSopenharmony_ci#!/bin/sh 22e5b6d6dSopenharmony_ci# 32e5b6d6dSopenharmony_ci# Copyright (C) 2017 and later: Unicode, Inc. and others. 42e5b6d6dSopenharmony_ci# License & terms of use: http://www.unicode.org/copyright.html 52e5b6d6dSopenharmony_ci# 62e5b6d6dSopenharmony_ci#***************************************************************************** 72e5b6d6dSopenharmony_ci# 82e5b6d6dSopenharmony_ci# Copyright (C) 2006-2008, International Business Machines 92e5b6d6dSopenharmony_ci# Corporation and others. All Rights Reserved. 102e5b6d6dSopenharmony_ci# 112e5b6d6dSopenharmony_ci#***************************************************************************** 122e5b6d6dSopenharmony_cifor loc in `locale -a`; do echo ; echo LC_ALL=$loc ; LC_ALL=$loc ./displayLocaleConv ; done 13