michael@0: michael@0: /* michael@0: * Copyright 2011 Google Inc. michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: /* michael@0: * This module converts keysym values into the corresponding ISO 10646-1 michael@0: * (UCS, Unicode) values. michael@0: */ michael@0: michael@0: #include michael@0: michael@0: long keysym2ucs(KeySym keysym);